Reference | BezierPath
| Syntax | BezierPath() |
| Description | Each path in NodeBox (see for example, rect(), oval(), endpath(), textpath()) is a BezierPath object. This object has a number of properties to manipulate indivdual points in the path and can be passed to the drawpath() command to draw it on the canvas. |
| Properties | path[i] See the tutorial on paths to learn about all the properties. With the segmentlengths() method you can define the math precision by making n a higher value (usually 10 is fine). When you loop over a path it returns a list of PathElement objects. |